home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Game.EXE 2005 July
/
Game.EXE_07_2005_DVD.iso
/
Flash
/
Tilt Maze
/
tilt.swf
/
scripts
/
DefineButton2_23
/
BUTTONCONDACTION on(release).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-05-13
|
167 b
|
13 lines
on(release){
if(_root.playing == 1)
{
stopAllSounds();
playing = 0;
}
else
{
loop.start(0,999);
playing = 1;
}
}